myvar_0 = GetPrimitiveParameter(0)
myvar_1 = GetPrimitiveParameter(1)
myvar_2 = Neighborhood["new"]()
	if (myvar_2["isValidLot"](myvar_2, myvar_1) ~= 1) then 


	print("Invalid Lot ID specified.")
	SetScriptReturnValue(False)
	return 
end
	if (nBusiness["LotHasBusiness"](myvar_1) ~= 0) then 


		if (BusinessInfo["new"](myvar_1)["isCustomer"](BusinessInfo["new"](myvar_1), myvar_0) ~= 1) then 


		SetScriptReturnValue(False)
		return 
	end
	local myvar_6 = 0
	BusinessInfo["new"](myvar_1)["getCustomerDataById"](BusinessInfo["new"](myvar_1), myvar_0)["getLoyaltyStars"](BusinessInfo["new"](myvar_1)["getCustomerDataById"](BusinessInfo["new"](myvar_1), myvar_0))
	SetTemp()
else
	local myvar_4 = False
	SetScriptReturnValue(myvar_4)
end
